home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Shareware City
/
Developers
/
LZSS Res 2.1 ƒ
/
LZSS Lib ƒ
/
LZSS-Lib.h
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-01
|
273 b
|
13 lines
|
[
TEXT/KAHL
]
/*
* Copyright © 1994 Dmitry Boldyrev
* All rights reserved
*/
#ifndef __LZSSLib__
#define __LZSSLib__
// InstallCompression patches the GetResource() trap and install a custom
// code which decompresses the data when GetResource is called
void InitLZSSRes();
#endif